Html Css Color HEX #CFC918 Barberry

📋 copy color: '#CFC918'

red 207 ◦ green 201 ◦ blue 24

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

Shades of Barberry #CFC918

Tints of Barberry #CFC918

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.53%

 BLUE value IS 24 (9.77% from 255) = 5.56%

R = 47.92%
G = 46.53%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CFC918 (or 0xCFC918) is known color: Barberry. HEX triplet: CF, C9 and 18. RGB value is (207,201,24). Sum of RGB (Red+Green+Blue) = 207+201+24=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 24 (9.77% from 255 or 5.56% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC918 is #3036E7. Grayscale: #B7B7B7. Windows color (decimal): -3159784 or 1624527. OLE color: 1624527.

HSL color Cylindrical-coordinate representation of color #CFC918: hue angle of 58.03º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFC918 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 201 24 -
CMYK 0 0.03 0.88 0.19
HSL 58.03º 0.79% 0.45% -
HSV(B) 58.03º 0.88% 0.81% -
XYZ 46.78 55.1 9.03 -
YUV 182.62 38.49 145.39 -
System Red Green Blue C M Y K H S L
Decimal 207 201 24 0 0.03 0.88 0.19 58.03 0.79 0.45
Hex CF C9 18 0 3 58 13 3A 4F 2D
Octal 317 311 30 0 3 130 23 72 117 55
Binary 11001111 11001001 11000 0 11 1011000 10011 111010 1001111 101101

Color Harmonies of #CFC918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC918

Black with #CFC918

Text Example


Text Example

White with #CFC918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC918; }

 p { color: rgb(207,201,24); }

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

background-color css

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

 a { background-color: rgb(207,201,24); }

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

border-color css

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

 span { border-color: rgb(207,201,24); }

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