Html Css Color HEX #CFC228 Barberry

📋 copy color: '#CFC228'

red 207 ◦ green 194 ◦ blue 40

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

Shades of Barberry #CFC228

Tints of Barberry #CFC228

RGB

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

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

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

R = 46.94%
G = 43.99%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CFC228 (or 0xCFC228) is known color: Barberry. HEX triplet: CF, C2 and 28. RGB value is (207,194,40). Sum of RGB (Red+Green+Blue) = 207+194+40=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 40 (16.02% from 255 or 9.07% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC228 is #303DD7. Grayscale: #B4B4B4. Windows color (decimal): -3161560 or 2671311. OLE color: 2671311.

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

Color convert

RGB 207 194 40 -
CMYK 0 0.06 0.81 0.19
HSL 55.33º 0.68% 0.48% -
HSV(B) 55.33º 0.81% 0.81% -
XYZ 45.41 52 9.65 -
YUV 180.33 48.81 147.02 -
System Red Green Blue C M Y K H S L
Decimal 207 194 40 0 0.06 0.81 0.19 55.33 0.68 0.48
Hex CF C2 28 0 6 51 13 37 44 30
Octal 317 302 50 0 6 121 23 67 104 60
Binary 11001111 11000010 101000 0 110 1010001 10011 110111 1000100 110000

Color Harmonies of #CFC228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC228

Black with #CFC228

Text Example


Text Example

White with #CFC228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC228; }

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

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

background-color css

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

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

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

border-color css

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

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

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