Html Css Color HEX #CDDA62 Goldenrod

📋 copy color: '#CDDA62'

red 205 ◦ green 218 ◦ blue 98

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

Shades of Goldenrod #CDDA62

Tints of Goldenrod #CDDA62

RGB

 RED value IS 205 (80.47% from 255) = 39.35%

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

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

R = 39.35%
G = 41.84%
B = 18.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#CDDA62 (or 0xCDDA62) is known color: Goldenrod. HEX triplet: CD, DA and 62. RGB value is (205,218,98). Sum of RGB (Red+Green+Blue) = 205+218+98=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 98 (38.67% from 255 or 18.81% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA62 is #32259D. Grayscale: #C8C8C8. Windows color (decimal): -3286430 or 6478541. OLE color: 6478541.

HSL color Cylindrical-coordinate representation of color #CDDA62: hue angle of 66.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 #CDDA62 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 218 98 -
CMYK 0.06 0 0.55 0.15
HSL 66.5º 0.62% 0.62% -
HSV(B) 66.5º 0.55% 0.85% -
XYZ 52.45 64 21.14 -
YUV 200.43 70.19 131.26 -
System Red Green Blue C M Y K H S L
Decimal 205 218 98 0.06 0 0.55 0.15 66.5 0.62 0.62
Hex CD DA 62 6 0 37 F 42 3E 3E
Octal 315 332 142 6 0 67 17 102 76 76
Binary 11001101 11011010 1100010 110 0 110111 1111 1000010 111110 111110

Color Harmonies of #CDDA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDA62

Black with #CDDA62

Text Example


Text Example

White with #CDDA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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