Html Css Color HEX #CFDA62 Goldenrod

📋 copy color: '#CFDA62'

red 207 ◦ green 218 ◦ blue 98

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

Shades of Goldenrod #CFDA62

Tints of Goldenrod #CFDA62

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.68%

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

R = 39.58%
G = 41.68%
B = 18.74%

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

#CFDA62 (or 0xCFDA62) is known color: Goldenrod. HEX triplet: CF, DA and 62. RGB value is (207,218,98). Sum of RGB (Red+Green+Blue) = 207+218+98=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA62 is #30259D. Grayscale: #C9C9C9. Windows color (decimal): -3155358 or 6478543. OLE color: 6478543.

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

Color convert

RGB 207 218 98 -
CMYK 0.05 0 0.55 0.15
HSL 65.5º 0.62% 0.62% -
HSV(B) 65.5º 0.55% 0.85% -
XYZ 53.01 64.29 21.17 -
YUV 201.03 69.86 132.26 -
System Red Green Blue C M Y K H S L
Decimal 207 218 98 0.05 0 0.55 0.15 65.5 0.62 0.62
Hex CF DA 62 5 0 37 F 42 3E 3E
Octal 317 332 142 5 0 67 17 102 76 76
Binary 11001111 11011010 1100010 101 0 110111 1111 1000010 111110 111110

Color Harmonies of #CFDA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDA62

Black with #CFDA62

Text Example


Text Example

White with #CFDA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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