Html Css Color HEX #CFCA20 Barberry

📋 copy color: '#CFCA20'

red 207 ◦ green 202 ◦ blue 32

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

Shades of Barberry #CFCA20

Tints of Barberry #CFCA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.8%

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

R = 46.94%
G = 45.8%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFCA20 (or 0xCFCA20) is known color: Barberry. HEX triplet: CF, CA and 20. RGB value is (207,202,32). Sum of RGB (Red+Green+Blue) = 207+202+32=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 32 (12.89% from 255 or 7.26% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCA20 is #3035DF. Grayscale: #B8B8B8. Windows color (decimal): -3159520 or 2149071. OLE color: 2149071.

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

Color convert

RGB 207 202 32 -
CMYK 0 0.02 0.85 0.19
HSL 58.29º 0.73% 0.47% -
HSV(B) 58.29º 0.85% 0.81% -
XYZ 47.11 55.61 9.62 -
YUV 184.12 42.16 144.32 -
System Red Green Blue C M Y K H S L
Decimal 207 202 32 0 0.02 0.85 0.19 58.29 0.73 0.47
Hex CF CA 20 0 2 55 13 3A 49 2F
Octal 317 312 40 0 2 125 23 72 111 57
Binary 11001111 11001010 100000 0 10 1010101 10011 111010 1001001 101111

Color Harmonies of #CFCA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCA20

Black with #CFCA20

Text Example


Text Example

White with #CFCA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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