Html Css Color HEX #CFC224 Barberry

📋 copy color: '#CFC224'

red 207 ◦ green 194 ◦ blue 36

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

Shades of Barberry #CFC224

Tints of Barberry #CFC224

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.39%

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

R = 47.37%
G = 44.39%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CFC224 (or 0xCFC224) is known color: Barberry. HEX triplet: CF, C2 and 24. RGB value is (207,194,36). Sum of RGB (Red+Green+Blue) = 207+194+36=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 36 (14.45% from 255 or 8.24% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC224 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC224 is #303DDB. Grayscale: #B4B4B4. Windows color (decimal): -3161564 or 2409167. OLE color: 2409167.

HSL color Cylindrical-coordinate representation of color #CFC224: hue angle of 55.44º 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 #CFC224 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 194 36 -
CMYK 0 0.06 0.83 0.19
HSL 55.44º 0.7% 0.48% -
HSV(B) 55.44º 0.83% 0.81% -
XYZ 45.34 51.98 9.31 -
YUV 179.88 46.81 147.35 -
System Red Green Blue C M Y K H S L
Decimal 207 194 36 0 0.06 0.83 0.19 55.44 0.7 0.48
Hex CF C2 24 0 6 53 13 37 46 30
Octal 317 302 44 0 6 123 23 67 106 60
Binary 11001111 11000010 100100 0 110 1010011 10011 110111 1000110 110000

Color Harmonies of #CFC224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC224

Black with #CFC224

Text Example


Text Example

White with #CFC224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC224; }

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

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

background-color css

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

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

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

border-color css

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

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

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