Html Css Color HEX #CFC226 Barberry

📋 copy color: '#CFC226'

red 207 ◦ green 194 ◦ blue 38

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

Shades of Barberry #CFC226

Tints of Barberry #CFC226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.66%

R = 47.15%
G = 44.19%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CFC226 (or 0xCFC226) is known color: Barberry. HEX triplet: CF, C2 and 26. RGB value is (207,194,38). Sum of RGB (Red+Green+Blue) = 207+194+38=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 194 (76.17% from 255 or 44.19% from 439); Blue value is 38 (15.23% from 255 or 8.66% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC226 is #303DD9. Grayscale: #B4B4B4. Windows color (decimal): -3161562 or 2540239. OLE color: 2540239.

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

Color convert

RGB 207 194 38 -
CMYK 0 0.06 0.82 0.19
HSL 55.38º 0.69% 0.48% -
HSV(B) 55.38º 0.82% 0.81% -
XYZ 45.37 51.99 9.48 -
YUV 180.1 47.81 147.18 -
System Red Green Blue C M Y K H S L
Decimal 207 194 38 0 0.06 0.82 0.19 55.38 0.69 0.48
Hex CF C2 26 0 6 52 13 37 45 30
Octal 317 302 46 0 6 122 23 67 105 60
Binary 11001111 11000010 100110 0 110 1010010 10011 110111 1000101 110000

Color Harmonies of #CFC226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC226

Black with #CFC226

Text Example


Text Example

White with #CFC226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC226; }

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

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

background-color css

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

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

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

border-color css

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

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

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