Html Css Color HEX #CDDC6A Goldenrod

📋 copy color: '#CDDC6A'

red 205 ◦ green 220 ◦ blue 106

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

Shades of Goldenrod #CDDC6A

Tints of Goldenrod #CDDC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.96%

R = 38.61%
G = 41.43%
B = 19.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#CDDC6A (or 0xCDDC6A) is known color: Goldenrod. HEX triplet: CD, DC and 6A. RGB value is (205,220,106). Sum of RGB (Red+Green+Blue) = 205+220+106=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC6A is #322395. Grayscale: #CACACA. Windows color (decimal): -3285910 or 7003341. OLE color: 7003341.

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

Color convert

RGB 205 220 106 -
CMYK 0.07 0 0.52 0.14
HSL 67.89º 0.62% 0.64% -
HSV(B) 67.89º 0.52% 0.86% -
XYZ 53.37 65.21 23.41 -
YUV 202.52 73.53 129.77 -
System Red Green Blue C M Y K H S L
Decimal 205 220 106 0.07 0 0.52 0.14 67.89 0.62 0.64
Hex CD DC 6A 7 0 34 E 44 3E 40
Octal 315 334 152 7 0 64 16 104 76 100
Binary 11001101 11011100 1101010 111 0 110100 1110 1000100 111110 1000000

Color Harmonies of #CDDC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC6A

Black with #CDDC6A

Text Example


Text Example

White with #CDDC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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