Html Css Color HEX #CFD020 Barberry

📋 copy color: '#CFD020'

red 207 ◦ green 208 ◦ blue 32

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

Shades of Barberry #CFD020

Tints of Barberry #CFD020

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.53%

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

R = 46.31%
G = 46.53%
B = 7.16%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#CFD020 (or 0xCFD020) is known color: Barberry. HEX triplet: CF, D0 and 20. RGB value is (207,208,32). Sum of RGB (Red+Green+Blue) = 207+208+32=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 32 (12.89% from 255 or 7.16% from 447); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD020 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD020 is #302FDF. Grayscale: #BCBCBC. Windows color (decimal): -3157984 or 2150607. OLE color: 2150607.

HSL color Cylindrical-coordinate representation of color #CFD020: hue angle of 60.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFD020 is Cyan = 0.00, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 208 32 -
CMYK 0.00 0 0.85 0.18
HSL 60.34º 0.73% 0.47% -
HSV(B) 60.34º 0.85% 0.82% -
XYZ 48.55 58.48 10.1 -
YUV 187.64 40.17 141.81 -
System Red Green Blue C M Y K H S L
Decimal 207 208 32 0.00 0 0.85 0.18 60.34 0.73 0.47
Hex CF D0 20 0 0 55 12 3C 49 2F
Octal 317 320 40 0 0 125 22 74 111 57
Binary 11001111 11010000 100000 0 0 1010101 10010 111100 1001001 101111

Color Harmonies of #CFD020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD020

Black with #CFD020

Text Example


Text Example

White with #CFD020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD020; }

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

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

background-color css

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

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

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

border-color css

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

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

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