Html Css Color HEX #CDDA70 Goldenrod

📋 copy color: '#CDDA70'

red 205 ◦ green 218 ◦ blue 112

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

Shades of Goldenrod #CDDA70

Tints of Goldenrod #CDDA70

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.75%

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

R = 38.32%
G = 40.75%
B = 20.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#CDDA70 (or 0xCDDA70) is known color: Goldenrod. HEX triplet: CD, DA and 70. RGB value is (205,218,112). Sum of RGB (Red+Green+Blue) = 205+218+112=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA70 is #32258F. Grayscale: #CACACA. Windows color (decimal): -3286416 or 7396045. OLE color: 7396045.

HSL color Cylindrical-coordinate representation of color #CDDA70: hue angle of 67.36º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDDA70 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 218 112 -
CMYK 0.06 0 0.49 0.15
HSL 67.36º 0.59% 0.65% -
HSV(B) 67.36º 0.49% 0.85% -
XYZ 53.17 64.29 24.94 -
YUV 202.03 77.19 130.12 -
System Red Green Blue C M Y K H S L
Decimal 205 218 112 0.06 0 0.49 0.15 67.36 0.59 0.65
Hex CD DA 70 6 0 31 F 43 3B 41
Octal 315 332 160 6 0 61 17 103 73 101
Binary 11001101 11011010 1110000 110 0 110001 1111 1000011 111011 1000001

Color Harmonies of #CDDA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDA70

Black with #CDDA70

Text Example


Text Example

White with #CDDA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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