Html Css Color HEX #CFC620 Barberry

📋 copy color: '#CFC620'

red 207 ◦ green 198 ◦ blue 32

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

Shades of Barberry #CFC620

Tints of Barberry #CFC620

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.31%

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

R = 47.37%
G = 45.31%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFC620 (or 0xCFC620) is known color: Barberry. HEX triplet: CF, C6 and 20. RGB value is (207,198,32). Sum of RGB (Red+Green+Blue) = 207+198+32=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 32 (12.89% from 255 or 7.32% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC620 is #3039DF. Grayscale: #B6B6B6. Windows color (decimal): -3160544 or 2148047. OLE color: 2148047.

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

Color convert

RGB 207 198 32 -
CMYK 0 0.04 0.85 0.19
HSL 56.91º 0.73% 0.47% -
HSV(B) 56.91º 0.85% 0.81% -
XYZ 46.19 53.76 9.31 -
YUV 181.77 43.48 146 -
System Red Green Blue C M Y K H S L
Decimal 207 198 32 0 0.04 0.85 0.19 56.91 0.73 0.47
Hex CF C6 20 0 4 55 13 39 49 2F
Octal 317 306 40 0 4 125 23 71 111 57
Binary 11001111 11000110 100000 0 100 1010101 10011 111001 1001001 101111

Color Harmonies of #CFC620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC620

Black with #CFC620

Text Example


Text Example

White with #CFC620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC620; }

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

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

background-color css

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

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

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

border-color css

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

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

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