Html Css Color HEX #CDD673 Goldenrod

📋 copy color: '#CDD673'

red 205 ◦ green 214 ◦ blue 115

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

Shades of Goldenrod #CDD673

Tints of Goldenrod #CDD673

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.07%

 BLUE value IS 115 (45.31% from 255) = 21.54%

R = 38.39%
G = 40.07%
B = 21.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#CDD673 (or 0xCDD673) is known color: Goldenrod. HEX triplet: CD, D6 and 73. RGB value is (205,214,115). Sum of RGB (Red+Green+Blue) = 205+214+115=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 115 (45.31% from 255 or 21.54% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD673 is #32298C. Grayscale: #C8C8C8. Windows color (decimal): -3287437 or 7591629. OLE color: 7591629.

HSL color Cylindrical-coordinate representation of color #CDD673: hue angle of 65.45º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDD673 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 214 115 -
CMYK 0.04 0 0.46 0.16
HSL 65.45º 0.55% 0.65% -
HSV(B) 65.45º 0.46% 0.84% -
XYZ 52.32 62.31 25.49 -
YUV 200.02 80.02 131.55 -
System Red Green Blue C M Y K H S L
Decimal 205 214 115 0.04 0 0.46 0.16 65.45 0.55 0.65
Hex CD D6 73 4 0 2E 10 41 37 41
Octal 315 326 163 4 0 56 20 101 67 101
Binary 11001101 11010110 1110011 100 0 101110 10000 1000001 110111 1000001

Color Harmonies of #CDD673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD673

Black with #CDD673

Text Example


Text Example

White with #CDD673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD673; }

 p { color: rgb(205,214,115); }

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

background-color css

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

 a { background-color: rgb(205,214,115); }

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

border-color css

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

 span { border-color: rgb(205,214,115); }

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