Html Css Color HEX #C9D66F Goldenrod

📋 copy color: '#C9D66F'

red 201 ◦ green 214 ◦ blue 111

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

Shades of Goldenrod #C9D66F

Tints of Goldenrod #C9D66F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.68%

 BLUE value IS 111 (43.75% from 255) = 21.1%

R = 38.21%
G = 40.68%
B = 21.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#C9D66F (or 0xC9D66F) is known color: Goldenrod. HEX triplet: C9, D6 and 6F. RGB value is (201,214,111). Sum of RGB (Red+Green+Blue) = 201+214+111=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 111 (43.75% from 255 or 21.10% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D66F is #362990. Grayscale: #C6C6C6. Windows color (decimal): -3549585 or 7329481. OLE color: 7329481.

HSL color Cylindrical-coordinate representation of color #C9D66F: hue angle of 67.57º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C9D66F is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 214 111 -
CMYK 0.06 0 0.48 0.16
HSL 67.57º 0.56% 0.64% -
HSV(B) 67.57º 0.48% 0.84% -
XYZ 51 61.66 24.25 -
YUV 198.37 78.69 129.88 -
System Red Green Blue C M Y K H S L
Decimal 201 214 111 0.06 0 0.48 0.16 67.57 0.56 0.64
Hex C9 D6 6F 6 0 30 10 44 38 40
Octal 311 326 157 6 0 60 20 104 70 100
Binary 11001001 11010110 1101111 110 0 110000 10000 1000100 111000 1000000

Color Harmonies of #C9D66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D66F

Black with #C9D66F

Text Example


Text Example

White with #C9D66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D66F; }

 p { color: rgb(201,214,111); }

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

background-color css

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

 a { background-color: rgb(201,214,111); }

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

border-color css

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

 span { border-color: rgb(201,214,111); }

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