Html Css Color HEX #CFD66E Goldenrod

📋 copy color: '#CFD66E'

red 207 ◦ green 214 ◦ blue 110

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

Shades of Goldenrod #CFD66E

Tints of Goldenrod #CFD66E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.72%

R = 38.98%
G = 40.3%
B = 20.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#CFD66E (or 0xCFD66E) is known color: Goldenrod. HEX triplet: CF, D6 and 6E. RGB value is (207,214,110). Sum of RGB (Red+Green+Blue) = 207+214+110=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD66E is #302991. Grayscale: #C8C8C8. Windows color (decimal): -3156370 or 7263951. OLE color: 7263951.

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

Color convert

RGB 207 214 110 -
CMYK 0.03 0 0.49 0.16
HSL 64.04º 0.56% 0.64% -
HSV(B) 64.04º 0.49% 0.84% -
XYZ 52.59 62.48 24.04 -
YUV 200.05 77.18 132.96 -
System Red Green Blue C M Y K H S L
Decimal 207 214 110 0.03 0 0.49 0.16 64.04 0.56 0.64
Hex CF D6 6E 3 0 31 10 40 38 40
Octal 317 326 156 3 0 61 20 100 70 100
Binary 11001111 11010110 1101110 11 0 110001 10000 1000000 111000 1000000

Color Harmonies of #CFD66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD66E

Black with #CFD66E

Text Example


Text Example

White with #CFD66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD66E; }

 p { color: rgb(207,214,110); }

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

background-color css

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

 a { background-color: rgb(207,214,110); }

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

border-color css

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

 span { border-color: rgb(207,214,110); }

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