Html Css Color HEX #CFC223 Barberry

📋 copy color: '#CFC223'

red 207 ◦ green 194 ◦ blue 35

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

Shades of Barberry #CFC223

Tints of Barberry #CFC223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.03%

R = 47.48%
G = 44.5%
B = 8.03%

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

#CFC223 (or 0xCFC223) is known color: Barberry. HEX triplet: CF, C2 and 23. RGB value is (207,194,35). Sum of RGB (Red+Green+Blue) = 207+194+35=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 35 (14.06% from 255 or 8.03% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC223 is #303DDC. Grayscale: #B4B4B4. Windows color (decimal): -3161565 or 2343631. OLE color: 2343631.

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

Color convert

RGB 207 194 35 -
CMYK 0 0.06 0.83 0.19
HSL 55.47º 0.71% 0.47% -
HSV(B) 55.47º 0.83% 0.81% -
XYZ 45.33 51.97 9.23 -
YUV 179.76 46.31 147.43 -
System Red Green Blue C M Y K H S L
Decimal 207 194 35 0 0.06 0.83 0.19 55.47 0.71 0.47
Hex CF C2 23 0 6 53 13 37 47 2F
Octal 317 302 43 0 6 123 23 67 107 57
Binary 11001111 11000010 100011 0 110 1010011 10011 110111 1000111 101111

Color Harmonies of #CFC223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC223

Black with #CFC223

Text Example


Text Example

White with #CFC223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC223; }

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

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

background-color css

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

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

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

border-color css

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

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

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