Html Css Color HEX #CFD862 Goldenrod

📋 copy color: '#CFD862'

red 207 ◦ green 216 ◦ blue 98

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

Shades of Goldenrod #CFD862

Tints of Goldenrod #CFD862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.81%

R = 39.73%
G = 41.46%
B = 18.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#CFD862 (or 0xCFD862) is known color: Goldenrod. HEX triplet: CF, D8 and 62. RGB value is (207,216,98). Sum of RGB (Red+Green+Blue) = 207+216+98=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 98 (38.67% from 255 or 18.81% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD862 is #30279D. Grayscale: #C8C8C8. Windows color (decimal): -3155870 or 6478031. OLE color: 6478031.

HSL color Cylindrical-coordinate representation of color #CFD862: hue angle of 64.58º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFD862 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 216 98 -
CMYK 0.04 0 0.55 0.15
HSL 64.58º 0.6% 0.62% -
HSV(B) 64.58º 0.55% 0.85% -
XYZ 52.49 63.26 21 -
YUV 199.86 70.52 133.09 -
System Red Green Blue C M Y K H S L
Decimal 207 216 98 0.04 0 0.55 0.15 64.58 0.6 0.62
Hex CF D8 62 4 0 37 F 41 3C 3E
Octal 317 330 142 4 0 67 17 101 74 76
Binary 11001111 11011000 1100010 100 0 110111 1111 1000001 111100 111110

Color Harmonies of #CFD862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD862

Black with #CFD862

Text Example


Text Example

White with #CFD862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD862; }

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

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

background-color css

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

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

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

border-color css

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

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

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