Html Css Color HEX #CDDC71 Goldenrod

📋 copy color: '#CDDC71'

red 205 ◦ green 220 ◦ blue 113

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

Shades of Goldenrod #CDDC71

Tints of Goldenrod #CDDC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21%

R = 38.1%
G = 40.89%
B = 21%

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

#CDDC71 (or 0xCDDC71) is known color: Goldenrod. HEX triplet: CD, DC and 71. RGB value is (205,220,113). Sum of RGB (Red+Green+Blue) = 205+220+113=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 113 (44.53% from 255 or 21.00% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC71 is #32238E. Grayscale: #CBCBCB. Windows color (decimal): -3285903 or 7462093. OLE color: 7462093.

HSL color Cylindrical-coordinate representation of color #CDDC71: hue angle of 68.41º degrees, saturation: 0.6, 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 #CDDC71 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 220 113 -
CMYK 0.07 0 0.49 0.14
HSL 68.41º 0.6% 0.65% -
HSV(B) 68.41º 0.49% 0.86% -
XYZ 53.75 65.36 25.41 -
YUV 203.32 77.03 129.2 -
System Red Green Blue C M Y K H S L
Decimal 205 220 113 0.07 0 0.49 0.14 68.41 0.6 0.65
Hex CD DC 71 7 0 31 E 44 3C 41
Octal 315 334 161 7 0 61 16 104 74 101
Binary 11001101 11011100 1110001 111 0 110001 1110 1000100 111100 1000001

Color Harmonies of #CDDC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC71

Black with #CDDC71

Text Example


Text Example

White with #CDDC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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