Html Css Color HEX #CFD762 Goldenrod

📋 copy color: '#CFD762'

red 207 ◦ green 215 ◦ blue 98

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

Shades of Goldenrod #CFD762

Tints of Goldenrod #CFD762

RGB

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

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

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

R = 39.81%
G = 41.35%
B = 18.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#CFD762 (or 0xCFD762) is known color: Goldenrod. HEX triplet: CF, D7 and 62. RGB value is (207,215,98). Sum of RGB (Red+Green+Blue) = 207+215+98=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD762 is #30289D. Grayscale: #C7C7C7. Windows color (decimal): -3156126 or 6477775. OLE color: 6477775.

HSL color Cylindrical-coordinate representation of color #CFD762: hue angle of 64.1º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFD762 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 215 98 -
CMYK 0.04 0 0.54 0.16
HSL 64.1º 0.59% 0.61% -
HSV(B) 64.1º 0.54% 0.84% -
XYZ 52.24 62.75 20.91 -
YUV 199.27 70.85 133.51 -
System Red Green Blue C M Y K H S L
Decimal 207 215 98 0.04 0 0.54 0.16 64.1 0.59 0.61
Hex CF D7 62 4 0 36 10 40 3B 3D
Octal 317 327 142 4 0 66 20 100 73 75
Binary 11001111 11010111 1100010 100 0 110110 10000 1000000 111011 111101

Color Harmonies of #CFD762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD762

Black with #CFD762

Text Example


Text Example

White with #CFD762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD762; }

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

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

background-color css

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

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

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

border-color css

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

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

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