Html Css Color HEX #CFDC62 Goldenrod

📋 copy color: '#CFDC62'

red 207 ◦ green 220 ◦ blue 98

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

Shades of Goldenrod #CFDC62

Tints of Goldenrod #CFDC62

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.9%

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

R = 39.43%
G = 41.9%
B = 18.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#CFDC62 (or 0xCFDC62) is known color: Goldenrod. HEX triplet: CF, DC and 62. RGB value is (207,220,98). Sum of RGB (Red+Green+Blue) = 207+220+98=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 98 (38.67% from 255 or 18.67% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDC62 is #30239D. Grayscale: #CACACA. Windows color (decimal): -3154846 or 6479055. OLE color: 6479055.

HSL color Cylindrical-coordinate representation of color #CFDC62: hue angle of 66.39º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFDC62 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 220 98 -
CMYK 0.06 0 0.55 0.14
HSL 66.39º 0.64% 0.62% -
HSV(B) 66.39º 0.55% 0.86% -
XYZ 53.53 65.33 21.34 -
YUV 202.21 69.19 131.42 -
System Red Green Blue C M Y K H S L
Decimal 207 220 98 0.06 0 0.55 0.14 66.39 0.64 0.62
Hex CF DC 62 6 0 37 E 42 40 3E
Octal 317 334 142 6 0 67 16 102 100 76
Binary 11001111 11011100 1100010 110 0 110111 1110 1000010 1000000 111110

Color Harmonies of #CFDC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDC62

Black with #CFDC62

Text Example


Text Example

White with #CFDC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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