Html Css Color HEX #CFD86C Goldenrod

📋 copy color: '#CFD86C'

red 207 ◦ green 216 ◦ blue 108

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

Shades of Goldenrod #CFD86C

Tints of Goldenrod #CFD86C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.68%

 BLUE value IS 108 (42.58% from 255) = 20.34%

R = 38.98%
G = 40.68%
B = 20.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#CFD86C (or 0xCFD86C) is known color: Goldenrod. HEX triplet: CF, D8 and 6C. RGB value is (207,216,108). Sum of RGB (Red+Green+Blue) = 207+216+108=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD86C is #302793. Grayscale: #C9C9C9. Windows color (decimal): -3155860 or 7133391. OLE color: 7133391.

HSL color Cylindrical-coordinate representation of color #CFD86C: hue angle of 65º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFD86C is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 216 108 -
CMYK 0.04 0 0.50 0.15
HSL 65º 0.58% 0.64% -
HSV(B) 65º 0.5% 0.85% -
XYZ 52.99 63.46 23.64 -
YUV 201 75.52 132.28 -
System Red Green Blue C M Y K H S L
Decimal 207 216 108 0.04 0 0.50 0.15 65 0.58 0.64
Hex CF D8 6C 4 0 32 F 41 3A 40
Octal 317 330 154 4 0 62 17 101 72 100
Binary 11001111 11011000 1101100 100 0 110010 1111 1000001 111010 1000000

Color Harmonies of #CFD86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD86C

Black with #CFD86C

Text Example


Text Example

White with #CFD86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD86C; }

 p { color: rgb(207,216,108); }

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

background-color css

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

 a { background-color: rgb(207,216,108); }

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

border-color css

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

 span { border-color: rgb(207,216,108); }

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