Html Css Color HEX #CFD416 Barberry

📋 copy color: '#CFD416'

red 207 ◦ green 212 ◦ blue 22

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

Shades of Barberry #CFD416

Tints of Barberry #CFD416

RGB

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

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

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

R = 46.94%
G = 48.07%
B = 4.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#CFD416 (or 0xCFD416) is known color: Barberry. HEX triplet: CF, D4 and 16. RGB value is (207,212,22). Sum of RGB (Red+Green+Blue) = 207+212+22=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 212 (83.20% from 255 or 48.07% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD416 is #302BE9. Grayscale: #BDBDBD. Windows color (decimal): -3156970 or 1496271. OLE color: 1496271.

HSL color Cylindrical-coordinate representation of color #CFD416: hue angle of 61.58º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFD416 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 212 22 -
CMYK 0.02 0 0.90 0.17
HSL 61.58º 0.81% 0.46% -
HSV(B) 61.58º 0.9% 0.83% -
XYZ 49.42 60.41 9.81 -
YUV 188.85 33.84 140.95 -
System Red Green Blue C M Y K H S L
Decimal 207 212 22 0.02 0 0.90 0.17 61.58 0.81 0.46
Hex CF D4 16 2 0 5A 11 3E 51 2E
Octal 317 324 26 2 0 132 21 76 121 56
Binary 11001111 11010100 10110 10 0 1011010 10001 111110 1010001 101110

Color Harmonies of #CFD416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD416

Black with #CFD416

Text Example


Text Example

White with #CFD416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD416; }

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

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

background-color css

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

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

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

border-color css

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

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

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