Html Css Color HEX #CFC424 Barberry

📋 copy color: '#CFC424'

red 207 ◦ green 196 ◦ blue 36

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

Shades of Barberry #CFC424

Tints of Barberry #CFC424

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.65%

 BLUE value IS 36 (14.45% from 255) = 8.2%

R = 47.15%
G = 44.65%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CFC424 (or 0xCFC424) is known color: Barberry. HEX triplet: CF, C4 and 24. RGB value is (207,196,36). Sum of RGB (Red+Green+Blue) = 207+196+36=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 36 (14.45% from 255 or 8.20% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC424 is #303BDB. Grayscale: #B5B5B5. Windows color (decimal): -3161052 or 2409679. OLE color: 2409679.

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

Color convert

RGB 207 196 36 -
CMYK 0 0.05 0.83 0.19
HSL 56.14º 0.7% 0.48% -
HSV(B) 56.14º 0.83% 0.81% -
XYZ 45.79 52.87 9.46 -
YUV 181.05 46.14 146.51 -
System Red Green Blue C M Y K H S L
Decimal 207 196 36 0 0.05 0.83 0.19 56.14 0.7 0.48
Hex CF C4 24 0 5 53 13 38 46 30
Octal 317 304 44 0 5 123 23 70 106 60
Binary 11001111 11000100 100100 0 101 1010011 10011 111000 1000110 110000

Color Harmonies of #CFC424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC424

Black with #CFC424

Text Example


Text Example

White with #CFC424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC424; }

 p { color: rgb(207,196,36); }

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

background-color css

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

 a { background-color: rgb(207,196,36); }

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

border-color css

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

 span { border-color: rgb(207,196,36); }

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