Html Css Color HEX #CDDC73 Goldenrod

📋 copy color: '#CDDC73'

red 205 ◦ green 220 ◦ blue 115

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

Shades of Goldenrod #CDDC73

Tints of Goldenrod #CDDC73

RGB

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

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

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

R = 37.96%
G = 40.74%
B = 21.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#CDDC73 (or 0xCDDC73) is known color: Goldenrod. HEX triplet: CD, DC and 73. RGB value is (205,220,115). Sum of RGB (Red+Green+Blue) = 205+220+115=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 115 (45.31% from 255 or 21.30% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC73 is #32238C. Grayscale: #CBCBCB. Windows color (decimal): -3285901 or 7593165. OLE color: 7593165.

HSL color Cylindrical-coordinate representation of color #CDDC73: hue angle of 68.57º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDDC73 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 220 115 -
CMYK 0.07 0 0.48 0.14
HSL 68.57º 0.6% 0.66% -
HSV(B) 68.57º 0.48% 0.86% -
XYZ 53.86 65.4 26 -
YUV 203.55 78.03 129.04 -
System Red Green Blue C M Y K H S L
Decimal 205 220 115 0.07 0 0.48 0.14 68.57 0.6 0.66
Hex CD DC 73 7 0 30 E 45 3C 42
Octal 315 334 163 7 0 60 16 105 74 102
Binary 11001101 11011100 1110011 111 0 110000 1110 1000101 111100 1000010

Color Harmonies of #CDDC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC73

Black with #CDDC73

Text Example


Text Example

White with #CDDC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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