Html Css Color HEX #CFD76E Goldenrod

📋 copy color: '#CFD76E'

red 207 ◦ green 215 ◦ blue 110

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

Shades of Goldenrod #CFD76E

Tints of Goldenrod #CFD76E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.41%

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

R = 38.91%
G = 40.41%
B = 20.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#CFD76E (or 0xCFD76E) is known color: Goldenrod. HEX triplet: CF, D7 and 6E. RGB value is (207,215,110). Sum of RGB (Red+Green+Blue) = 207+215+110=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 215 (84.38% from 255 or 40.41% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD76E is #302891. Grayscale: #C9C9C9. Windows color (decimal): -3156114 or 7264207. OLE color: 7264207.

HSL color Cylindrical-coordinate representation of color #CFD76E: hue angle of 64.57º degrees, saturation: 0.57, 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 #CFD76E is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 215 110 -
CMYK 0.04 0 0.49 0.16
HSL 64.57º 0.57% 0.64% -
HSV(B) 64.57º 0.49% 0.84% -
XYZ 52.85 62.99 24.13 -
YUV 200.64 76.85 132.54 -
System Red Green Blue C M Y K H S L
Decimal 207 215 110 0.04 0 0.49 0.16 64.57 0.57 0.64
Hex CF D7 6E 4 0 31 10 41 39 40
Octal 317 327 156 4 0 61 20 101 71 100
Binary 11001111 11010111 1101110 100 0 110001 10000 1000001 111001 1000000

Color Harmonies of #CFD76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD76E

Black with #CFD76E

Text Example


Text Example

White with #CFD76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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