Html Css Color HEX #CDBE20 Barberry

📋 copy color: '#CDBE20'

red 205 ◦ green 190 ◦ blue 32

#CDBE20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #CDBE20

Tints of Barberry #CDBE20

RGB

 RED value IS 205 (80.47% from 255) = 48.01%

 GREEN value IS 190 (74.61% from 255) = 44.5%

 BLUE value IS 32 (12.89% from 255) = 7.49%

R = 48.01%
G = 44.5%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDBE20 (or 0xCDBE20) is known color: Barberry. HEX triplet: CD, BE and 20. RGB value is (205,190,32). Sum of RGB (Red+Green+Blue) = 205+190+32=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 32 (12.89% from 255 or 7.49% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBE20 is #3241DF. Grayscale: #B1B1B1. Windows color (decimal): -3293664 or 2145997. OLE color: 2145997.

HSL color Cylindrical-coordinate representation of color #CDBE20: hue angle of 54.8º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDBE20 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 190 32 -
CMYK 0 0.07 0.84 0.20
HSL 54.8º 0.73% 0.46% -
HSV(B) 54.8º 0.84% 0.8% -
XYZ 43.85 49.91 8.69 -
YUV 176.47 46.47 148.35 -
System Red Green Blue C M Y K H S L
Decimal 205 190 32 0 0.07 0.84 0.20 54.8 0.73 0.46
Hex CD BE 20 0 7 54 14 37 49 2E
Octal 315 276 40 0 7 124 24 67 111 56
Binary 11001101 10111110 100000 0 111 1010100 10100 110111 1001001 101110

Color Harmonies of #CDBE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBE20

Black with #CDBE20

Text Example


Text Example

White with #CDBE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBE20; }

 p { color: rgb(205,190,32); }

 H1.HeaderClassName
 {
   color: #CDBE20;
 }
 .AnyTagClassName
 {
   color: #CDBE20;
 }
</style>

background-color css

<style>
 a { background-color: #CDBE20; }

 a { background-color: rgb(205,190,32); }

 div.DivClassName
 {
   background-color: #CDBE20;
 }
 .BgClassName
 {
   background-color: #CDBE20;
 }
</style>

border-color css

<style>
 span { border-color: #CDBE20; }

 span { border-color: rgb(205,190,32); }

 td.TdClassName
 {
   border-color: #CDBE20;
 }
 .TagClassName
 {
   border-color: #CDBE20;
 }
</style>