Html Css Color HEX #CDD46C Goldenrod

📋 copy color: '#CDD46C'

red 205 ◦ green 212 ◦ blue 108

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

Shades of Goldenrod #CDD46C

Tints of Goldenrod #CDD46C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.38%

 BLUE value IS 108 (42.58% from 255) = 20.57%

R = 39.05%
G = 40.38%
B = 20.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#CDD46C (or 0xCDD46C) is known color: Goldenrod. HEX triplet: CD, D4 and 6C. RGB value is (205,212,108). Sum of RGB (Red+Green+Blue) = 205+212+108=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 108 (42.58% from 255 or 20.57% from 525); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD46C is #322B93. Grayscale: #C6C6C6. Windows color (decimal): -3287956 or 7132365. OLE color: 7132365.

HSL color Cylindrical-coordinate representation of color #CDD46C: hue angle of 64.04º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDD46C is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 212 108 -
CMYK 0.03 0 0.49 0.17
HSL 64.04º 0.55% 0.63% -
HSV(B) 64.04º 0.49% 0.83% -
XYZ 51.43 61.15 23.28 -
YUV 198.05 77.18 132.96 -
System Red Green Blue C M Y K H S L
Decimal 205 212 108 0.03 0 0.49 0.17 64.04 0.55 0.63
Hex CD D4 6C 3 0 31 11 40 37 3F
Octal 315 324 154 3 0 61 21 100 67 77
Binary 11001101 11010100 1101100 11 0 110001 10001 1000000 110111 111111

Color Harmonies of #CDD46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD46C

Black with #CDD46C

Text Example


Text Example

White with #CDD46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD46C; }

 p { color: rgb(205,212,108); }

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

background-color css

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

 a { background-color: rgb(205,212,108); }

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

border-color css

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

 span { border-color: rgb(205,212,108); }

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