Html Css Color HEX #CFC320 Barberry

📋 copy color: '#CFC320'

red 207 ◦ green 195 ◦ blue 32

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

Shades of Barberry #CFC320

Tints of Barberry #CFC320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.93%

 BLUE value IS 32 (12.89% from 255) = 7.37%

R = 47.7%
G = 44.93%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFC320 (or 0xCFC320) is known color: Barberry. HEX triplet: CF, C3 and 20. RGB value is (207,195,32). Sum of RGB (Red+Green+Blue) = 207+195+32=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 32 (12.89% from 255 or 7.37% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC320 is #303CDF. Grayscale: #B4B4B4. Windows color (decimal): -3161312 or 2147279. OLE color: 2147279.

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

Color convert

RGB 207 195 32 -
CMYK 0 0.06 0.85 0.19
HSL 55.89º 0.73% 0.47% -
HSV(B) 55.89º 0.85% 0.81% -
XYZ 45.51 52.4 9.08 -
YUV 180.01 44.48 147.25 -
System Red Green Blue C M Y K H S L
Decimal 207 195 32 0 0.06 0.85 0.19 55.89 0.73 0.47
Hex CF C3 20 0 6 55 13 38 49 2F
Octal 317 303 40 0 6 125 23 70 111 57
Binary 11001111 11000011 100000 0 110 1010101 10011 111000 1001001 101111

Color Harmonies of #CFC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC320

Black with #CFC320

Text Example


Text Example

White with #CFC320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC320; }

 p { color: rgb(207,195,32); }

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

background-color css

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

 a { background-color: rgb(207,195,32); }

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

border-color css

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

 span { border-color: rgb(207,195,32); }

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