Html Css Color HEX #CDDB62 Goldenrod

📋 copy color: '#CDDB62'

red 205 ◦ green 219 ◦ blue 98

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

Shades of Goldenrod #CDDB62

Tints of Goldenrod #CDDB62

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.95%

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

R = 39.27%
G = 41.95%
B = 18.77%

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

#CDDB62 (or 0xCDDB62) is known color: Goldenrod. HEX triplet: CD, DB and 62. RGB value is (205,219,98). Sum of RGB (Red+Green+Blue) = 205+219+98=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 98 (38.67% from 255 or 18.77% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB62 is #32249D. Grayscale: #C9C9C9. Windows color (decimal): -3286174 or 6478797. OLE color: 6478797.

HSL color Cylindrical-coordinate representation of color #CDDB62: hue angle of 66.94º degrees, saturation: 0.63, 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 #CDDB62 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 219 98 -
CMYK 0.06 0 0.55 0.14
HSL 66.94º 0.63% 0.62% -
HSV(B) 66.94º 0.55% 0.86% -
XYZ 52.71 64.52 21.23 -
YUV 201.02 69.86 130.84 -
System Red Green Blue C M Y K H S L
Decimal 205 219 98 0.06 0 0.55 0.14 66.94 0.63 0.62
Hex CD DB 62 6 0 37 E 43 3F 3E
Octal 315 333 142 6 0 67 16 103 77 76
Binary 11001101 11011011 1100010 110 0 110111 1110 1000011 111111 111110

Color Harmonies of #CDDB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB62

Black with #CDDB62

Text Example


Text Example

White with #CDDB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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