Html Css Color HEX #CFD16E Goldenrod

📋 copy color: '#CFD16E'

red 207 ◦ green 209 ◦ blue 110

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

Shades of Goldenrod #CFD16E

Tints of Goldenrod #CFD16E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.73%

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

R = 39.35%
G = 39.73%
B = 20.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#CFD16E (or 0xCFD16E) is known color: Goldenrod. HEX triplet: CF, D1 and 6E. RGB value is (207,209,110). Sum of RGB (Red+Green+Blue) = 207+209+110=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD16E is #302E91. Grayscale: #C5C5C5. Windows color (decimal): -3157650 or 7262671. OLE color: 7262671.

HSL color Cylindrical-coordinate representation of color #CFD16E: hue angle of 61.21º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFD16E is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 209 110 -
CMYK 0.01 0 0.47 0.18
HSL 61.21º 0.52% 0.63% -
HSV(B) 61.21º 0.47% 0.82% -
XYZ 51.35 59.99 23.63 -
YUV 197.12 78.84 135.05 -
System Red Green Blue C M Y K H S L
Decimal 207 209 110 0.01 0 0.47 0.18 61.21 0.52 0.63
Hex CF D1 6E 1 0 2F 12 3D 34 3F
Octal 317 321 156 1 0 57 22 75 64 77
Binary 11001111 11010001 1101110 1 0 101111 10010 111101 110100 111111

Color Harmonies of #CFD16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD16E

Black with #CFD16E

Text Example


Text Example

White with #CFD16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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