Html Css Color HEX #CFD962 Goldenrod

📋 copy color: '#CFD962'

red 207 ◦ green 217 ◦ blue 98

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

Shades of Goldenrod #CFD962

Tints of Goldenrod #CFD962

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.57%

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

R = 39.66%
G = 41.57%
B = 18.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#CFD962 (or 0xCFD962) is known color: Goldenrod. HEX triplet: CF, D9 and 62. RGB value is (207,217,98). Sum of RGB (Red+Green+Blue) = 207+217+98=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 98 (38.67% from 255 or 18.77% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD962 is #30269D. Grayscale: #C8C8C8. Windows color (decimal): -3155614 or 6478287. OLE color: 6478287.

HSL color Cylindrical-coordinate representation of color #CFD962: hue angle of 65.04º degrees, saturation: 0.61, 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 #CFD962 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 217 98 -
CMYK 0.05 0 0.55 0.15
HSL 65.04º 0.61% 0.62% -
HSV(B) 65.04º 0.55% 0.85% -
XYZ 52.75 63.77 21.08 -
YUV 200.44 70.19 132.68 -
System Red Green Blue C M Y K H S L
Decimal 207 217 98 0.05 0 0.55 0.15 65.04 0.61 0.62
Hex CF D9 62 5 0 37 F 41 3D 3E
Octal 317 331 142 5 0 67 17 101 75 76
Binary 11001111 11011001 1100010 101 0 110111 1111 1000001 111101 111110

Color Harmonies of #CFD962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD962

Black with #CFD962

Text Example


Text Example

White with #CFD962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD962; }

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

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

background-color css

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

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

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

border-color css

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

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

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