Html Css Color HEX #CDDC70 Goldenrod

📋 copy color: '#CDDC70'

red 205 ◦ green 220 ◦ blue 112

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

Shades of Goldenrod #CDDC70

Tints of Goldenrod #CDDC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.86%

R = 38.18%
G = 40.97%
B = 20.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#CDDC70 (or 0xCDDC70) is known color: Goldenrod. HEX triplet: CD, DC and 70. RGB value is (205,220,112). Sum of RGB (Red+Green+Blue) = 205+220+112=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC70 is #32238F. Grayscale: #CBCBCB. Windows color (decimal): -3285904 or 7396557. OLE color: 7396557.

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

Color convert

RGB 205 220 112 -
CMYK 0.07 0 0.49 0.14
HSL 68.33º 0.61% 0.65% -
HSV(B) 68.33º 0.49% 0.86% -
XYZ 53.69 65.34 25.11 -
YUV 203.2 76.53 129.28 -
System Red Green Blue C M Y K H S L
Decimal 205 220 112 0.07 0 0.49 0.14 68.33 0.61 0.65
Hex CD DC 70 7 0 31 E 44 3D 41
Octal 315 334 160 7 0 61 16 104 75 101
Binary 11001101 11011100 1110000 111 0 110001 1110 1000100 111101 1000001

Color Harmonies of #CDDC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC70

Black with #CDDC70

Text Example


Text Example

White with #CDDC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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