Html Css Color HEX #C9D01F Barberry

📋 copy color: '#C9D01F'

red 201 ◦ green 208 ◦ blue 31

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

Shades of Barberry #C9D01F

Tints of Barberry #C9D01F

RGB

 RED value IS 201 (78.91% from 255) = 45.68%

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

 BLUE value IS 31 (12.5% from 255) = 7.05%

R = 45.68%
G = 47.27%
B = 7.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#C9D01F (or 0xC9D01F) is known color: Barberry. HEX triplet: C9, D0 and 1F. RGB value is (201,208,31). Sum of RGB (Red+Green+Blue) = 201+208+31=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 31 (12.5% from 255 or 7.05% from 440); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D01F is #362FE0. Grayscale: #BABABA. Windows color (decimal): -3551201 or 2085065. OLE color: 2085065.

HSL color Cylindrical-coordinate representation of color #C9D01F: hue angle of 62.37º degrees, saturation: 0.74, 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 #C9D01F is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 208 31 -
CMYK 0.03 0 0.85 0.18
HSL 62.37º 0.74% 0.47% -
HSV(B) 62.37º 0.85% 0.82% -
XYZ 46.89 57.63 9.95 -
YUV 185.73 40.68 138.89 -
System Red Green Blue C M Y K H S L
Decimal 201 208 31 0.03 0 0.85 0.18 62.37 0.74 0.47
Hex C9 D0 1F 3 0 55 12 3E 4A 2F
Octal 311 320 37 3 0 125 22 76 112 57
Binary 11001001 11010000 11111 11 0 1010101 10010 111110 1001010 101111

Color Harmonies of #C9D01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D01F

Black with #C9D01F

Text Example


Text Example

White with #C9D01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D01F; }

 p { color: rgb(201,208,31); }

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

background-color css

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

 a { background-color: rgb(201,208,31); }

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

border-color css

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

 span { border-color: rgb(201,208,31); }

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