Html Css Color HEX #CFBD20 Barberry

📋 copy color: '#CFBD20'

red 207 ◦ green 189 ◦ blue 32

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

Shades of Barberry #CFBD20

Tints of Barberry #CFBD20

RGB

 RED value IS 207 (81.25% from 255) = 48.36%

 GREEN value IS 189 (74.22% from 255) = 44.16%

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

R = 48.36%
G = 44.16%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFBD20 (or 0xCFBD20) is known color: Barberry. HEX triplet: CF, BD and 20. RGB value is (207,189,32). Sum of RGB (Red+Green+Blue) = 207+189+32=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 32 (12.89% from 255 or 7.48% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD20 is #3042DF. Grayscale: #B1B1B1. Windows color (decimal): -3162848 or 2145743. OLE color: 2145743.

HSL color Cylindrical-coordinate representation of color #CFBD20: hue angle of 53.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFBD20 is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 189 32 -
CMYK 0 0.09 0.85 0.19
HSL 53.83º 0.73% 0.47% -
HSV(B) 53.83º 0.85% 0.81% -
XYZ 44.19 49.76 8.64 -
YUV 176.48 46.46 149.77 -
System Red Green Blue C M Y K H S L
Decimal 207 189 32 0 0.09 0.85 0.19 53.83 0.73 0.47
Hex CF BD 20 0 9 55 13 36 49 2F
Octal 317 275 40 0 11 125 23 66 111 57
Binary 11001111 10111101 100000 0 1001 1010101 10011 110110 1001001 101111

Color Harmonies of #CFBD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBD20

Black with #CFBD20

Text Example


Text Example

White with #CFBD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBD20; }

 p { color: rgb(207,189,32); }

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

background-color css

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

 a { background-color: rgb(207,189,32); }

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

border-color css

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

 span { border-color: rgb(207,189,32); }

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