Html Css Color HEX #CFBD28 Barberry

📋 copy color: '#CFBD28'

red 207 ◦ green 189 ◦ blue 40

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

Shades of Barberry #CFBD28

Tints of Barberry #CFBD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.17%

R = 47.48%
G = 43.35%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CFBD28 (or 0xCFBD28) is known color: Barberry. HEX triplet: CF, BD and 28. RGB value is (207,189,40). Sum of RGB (Red+Green+Blue) = 207+189+40=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBD28 is #3042D7. Grayscale: #B2B2B2. Windows color (decimal): -3162840 or 2670031. OLE color: 2670031.

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

Color convert

RGB 207 189 40 -
CMYK 0 0.09 0.81 0.19
HSL 53.53º 0.68% 0.48% -
HSV(B) 53.53º 0.81% 0.81% -
XYZ 44.31 49.81 9.29 -
YUV 177.4 50.46 149.12 -
System Red Green Blue C M Y K H S L
Decimal 207 189 40 0 0.09 0.81 0.19 53.53 0.68 0.48
Hex CF BD 28 0 9 51 13 36 44 30
Octal 317 275 50 0 11 121 23 66 104 60
Binary 11001111 10111101 101000 0 1001 1010001 10011 110110 1000100 110000

Color Harmonies of #CFBD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBD28

Black with #CFBD28

Text Example


Text Example

White with #CFBD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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