Html Css Color HEX #CFD710 Barberry

📋 copy color: '#CFD710'

red 207 ◦ green 215 ◦ blue 16

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

Shades of Barberry #CFD710

Tints of Barberry #CFD710

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.09%

 BLUE value IS 16 (6.64% from 255) = 3.65%

R = 47.26%
G = 49.09%
B = 3.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#CFD710 (or 0xCFD710) is known color: Barberry. HEX triplet: CF, D7 and 10. RGB value is (207,215,16). Sum of RGB (Red+Green+Blue) = 207+215+16=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 16 (6.64% from 255 or 3.65% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD710 is #3028EF. Grayscale: #BEBEBE. Windows color (decimal): -3156208 or 1103823. OLE color: 1103823.

HSL color Cylindrical-coordinate representation of color #CFD710: hue angle of 62.41º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFD710 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 215 16 -
CMYK 0.04 0 0.93 0.16
HSL 62.41º 0.86% 0.45% -
HSV(B) 62.41º 0.93% 0.84% -
XYZ 50.13 61.9 9.8 -
YUV 189.92 29.85 140.18 -
System Red Green Blue C M Y K H S L
Decimal 207 215 16 0.04 0 0.93 0.16 62.41 0.86 0.45
Hex CF D7 10 4 0 5D 10 3E 56 2D
Octal 317 327 20 4 0 135 20 76 126 55
Binary 11001111 11010111 10000 100 0 1011101 10000 111110 1010110 101101

Color Harmonies of #CFD710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD710

Black with #CFD710

Text Example


Text Example

White with #CFD710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD710; }

 p { color: rgb(207,215,16); }

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

background-color css

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

 a { background-color: rgb(207,215,16); }

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

border-color css

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

 span { border-color: rgb(207,215,16); }

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