Html Css Color HEX #CFD116 Barberry

📋 copy color: '#CFD116'

red 207 ◦ green 209 ◦ blue 22

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

Shades of Barberry #CFD116

Tints of Barberry #CFD116

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.72%

 BLUE value IS 22 (8.98% from 255) = 5.02%

R = 47.26%
G = 47.72%
B = 5.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#CFD116 (or 0xCFD116) is known color: Barberry. HEX triplet: CF, D1 and 16. RGB value is (207,209,22). Sum of RGB (Red+Green+Blue) = 207+209+22=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD116 is #302EE9. Grayscale: #BBBBBB. Windows color (decimal): -3157738 or 1495503. OLE color: 1495503.

HSL color Cylindrical-coordinate representation of color #CFD116: hue angle of 60.64º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CFD116 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 209 22 -
CMYK 0.01 0 0.89 0.18
HSL 60.64º 0.81% 0.45% -
HSV(B) 60.64º 0.89% 0.82% -
XYZ 48.68 58.92 9.57 -
YUV 187.08 34.84 142.21 -
System Red Green Blue C M Y K H S L
Decimal 207 209 22 0.01 0 0.89 0.18 60.64 0.81 0.45
Hex CF D1 16 1 0 59 12 3D 51 2D
Octal 317 321 26 1 0 131 22 75 121 55
Binary 11001111 11010001 10110 1 0 1011001 10010 111101 1010001 101101

Color Harmonies of #CFD116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD116

Black with #CFD116

Text Example


Text Example

White with #CFD116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD116; }

 p { color: rgb(207,209,22); }

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

background-color css

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

 a { background-color: rgb(207,209,22); }

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

border-color css

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

 span { border-color: rgb(207,209,22); }

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