Html Css Color HEX #CFC920 Barberry

📋 copy color: '#CFC920'

red 207 ◦ green 201 ◦ blue 32

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

Shades of Barberry #CFC920

Tints of Barberry #CFC920

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.68%

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

R = 47.05%
G = 45.68%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFC920 (or 0xCFC920) is known color: Barberry. HEX triplet: CF, C9 and 20. RGB value is (207,201,32). Sum of RGB (Red+Green+Blue) = 207+201+32=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC920 is #3036DF. Grayscale: #B8B8B8. Windows color (decimal): -3159776 or 2148815. OLE color: 2148815.

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

Color convert

RGB 207 201 32 -
CMYK 0 0.03 0.85 0.19
HSL 57.94º 0.73% 0.47% -
HSV(B) 57.94º 0.85% 0.81% -
XYZ 46.88 55.14 9.54 -
YUV 183.53 42.49 144.74 -
System Red Green Blue C M Y K H S L
Decimal 207 201 32 0 0.03 0.85 0.19 57.94 0.73 0.47
Hex CF C9 20 0 3 55 13 3A 49 2F
Octal 317 311 40 0 3 125 23 72 111 57
Binary 11001111 11001001 100000 0 11 1010101 10011 111010 1001001 101111

Color Harmonies of #CFC920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC920

Black with #CFC920

Text Example


Text Example

White with #CFC920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC920; }

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

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

background-color css

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

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

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

border-color css

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

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

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