Html Css Color HEX #C9DA6F Goldenrod

📋 copy color: '#C9DA6F'

red 201 ◦ green 218 ◦ blue 111

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

Shades of Goldenrod #C9DA6F

Tints of Goldenrod #C9DA6F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.13%

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

R = 37.92%
G = 41.13%
B = 20.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#C9DA6F (or 0xC9DA6F) is known color: Goldenrod. HEX triplet: C9, DA and 6F. RGB value is (201,218,111). Sum of RGB (Red+Green+Blue) = 201+218+111=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 111 (43.75% from 255 or 20.94% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DA6F is #362590. Grayscale: #C9C9C9. Windows color (decimal): -3548561 or 7330505. OLE color: 7330505.

HSL color Cylindrical-coordinate representation of color #C9DA6F: hue angle of 69.53º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9DA6F is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 218 111 -
CMYK 0.08 0 0.49 0.15
HSL 69.53º 0.59% 0.65% -
HSV(B) 69.53º 0.49% 0.85% -
XYZ 52.03 63.71 24.59 -
YUV 200.72 77.37 128.2 -
System Red Green Blue C M Y K H S L
Decimal 201 218 111 0.08 0 0.49 0.15 69.53 0.59 0.65
Hex C9 DA 6F 8 0 31 F 46 3B 41
Octal 311 332 157 10 0 61 17 106 73 101
Binary 11001001 11011010 1101111 1000 0 110001 1111 1000110 111011 1000001

Color Harmonies of #C9DA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DA6F

Black with #C9DA6F

Text Example


Text Example

White with #C9DA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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