Html Css Color HEX #CFD420 Barberry

📋 copy color: '#CFD420'

red 207 ◦ green 212 ◦ blue 32

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

Shades of Barberry #CFD420

Tints of Barberry #CFD420

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.01%

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

R = 45.9%
G = 47.01%
B = 7.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#CFD420 (or 0xCFD420) is known color: Barberry. HEX triplet: CF, D4 and 20. RGB value is (207,212,32). Sum of RGB (Red+Green+Blue) = 207+212+32=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD420 is #302BDF. Grayscale: #BEBEBE. Windows color (decimal): -3156960 or 2151631. OLE color: 2151631.

HSL color Cylindrical-coordinate representation of color #CFD420: hue angle of 61.67º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFD420 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 212 32 -
CMYK 0.02 0 0.85 0.17
HSL 61.67º 0.74% 0.48% -
HSV(B) 61.67º 0.85% 0.83% -
XYZ 49.54 60.46 10.42 -
YUV 189.99 38.84 140.14 -
System Red Green Blue C M Y K H S L
Decimal 207 212 32 0.02 0 0.85 0.17 61.67 0.74 0.48
Hex CF D4 20 2 0 55 11 3E 4A 30
Octal 317 324 40 2 0 125 21 76 112 60
Binary 11001111 11010100 100000 10 0 1010101 10001 111110 1001010 110000

Color Harmonies of #CFD420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD420

Black with #CFD420

Text Example


Text Example

White with #CFD420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD420; }

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

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

background-color css

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

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

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

border-color css

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

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

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