Html Css Color HEX #CFC229 Barberry

📋 copy color: '#CFC229'

red 207 ◦ green 194 ◦ blue 41

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

Shades of Barberry #CFC229

Tints of Barberry #CFC229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.28%

R = 46.83%
G = 43.89%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CFC229 (or 0xCFC229) is known color: Barberry. HEX triplet: CF, C2 and 29. RGB value is (207,194,41). Sum of RGB (Red+Green+Blue) = 207+194+41=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 41 (16.41% from 255 or 9.28% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC229 is #303DD6. Grayscale: #B5B5B5. Windows color (decimal): -3161559 or 2736847. OLE color: 2736847.

HSL color Cylindrical-coordinate representation of color #CFC229: hue angle of 55.3º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFC229 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 194 41 -
CMYK 0 0.06 0.80 0.19
HSL 55.3º 0.67% 0.49% -
HSV(B) 55.3º 0.8% 0.81% -
XYZ 45.42 52.01 9.74 -
YUV 180.45 49.31 146.94 -
System Red Green Blue C M Y K H S L
Decimal 207 194 41 0 0.06 0.80 0.19 55.3 0.67 0.49
Hex CF C2 29 0 6 50 13 37 43 31
Octal 317 302 51 0 6 120 23 67 103 61
Binary 11001111 11000010 101001 0 110 1010000 10011 110111 1000011 110001

Color Harmonies of #CFC229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC229

Black with #CFC229

Text Example


Text Example

White with #CFC229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC229; }

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

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

background-color css

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

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

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

border-color css

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

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

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