Html Css Color HEX #CFC720 Barberry

📋 copy color: '#CFC720'

red 207 ◦ green 199 ◦ blue 32

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

Shades of Barberry #CFC720

Tints of Barberry #CFC720

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.43%

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

R = 47.26%
G = 45.43%
B = 7.31%

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

#CFC720 (or 0xCFC720) is known color: Barberry. HEX triplet: CF, C7 and 20. RGB value is (207,199,32). Sum of RGB (Red+Green+Blue) = 207+199+32=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 199 (78.12% from 255 or 45.43% from 438); Blue value is 32 (12.89% from 255 or 7.31% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC720 is #3038DF. Grayscale: #B7B7B7. Windows color (decimal): -3160288 or 2148303. OLE color: 2148303.

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

Color convert

RGB 207 199 32 -
CMYK 0 0.04 0.85 0.19
HSL 57.26º 0.73% 0.47% -
HSV(B) 57.26º 0.85% 0.81% -
XYZ 46.42 54.22 9.38 -
YUV 182.35 43.15 145.58 -
System Red Green Blue C M Y K H S L
Decimal 207 199 32 0 0.04 0.85 0.19 57.26 0.73 0.47
Hex CF C7 20 0 4 55 13 39 49 2F
Octal 317 307 40 0 4 125 23 71 111 57
Binary 11001111 11000111 100000 0 100 1010101 10011 111001 1001001 101111

Color Harmonies of #CFC720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC720

Black with #CFC720

Text Example


Text Example

White with #CFC720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC720; }

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

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

background-color css

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

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

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

border-color css

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

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

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