Html Css Color HEX #CDDC6B Goldenrod

📋 copy color: '#CDDC6B'

red 205 ◦ green 220 ◦ blue 107

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

Shades of Goldenrod #CDDC6B

Tints of Goldenrod #CDDC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.11%

R = 38.53%
G = 41.35%
B = 20.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#CDDC6B (or 0xCDDC6B) is known color: Goldenrod. HEX triplet: CD, DC and 6B. RGB value is (205,220,107). Sum of RGB (Red+Green+Blue) = 205+220+107=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 107 (42.19% from 255 or 20.11% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC6B is #322394. Grayscale: #CBCBCB. Windows color (decimal): -3285909 or 7068877. OLE color: 7068877.

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

Color convert

RGB 205 220 107 -
CMYK 0.07 0 0.51 0.14
HSL 67.96º 0.62% 0.64% -
HSV(B) 67.96º 0.51% 0.86% -
XYZ 53.42 65.23 23.68 -
YUV 202.63 74.03 129.69 -
System Red Green Blue C M Y K H S L
Decimal 205 220 107 0.07 0 0.51 0.14 67.96 0.62 0.64
Hex CD DC 6B 7 0 33 E 44 3E 40
Octal 315 334 153 7 0 63 16 104 76 100
Binary 11001101 11011100 1101011 111 0 110011 1110 1000100 111110 1000000

Color Harmonies of #CDDC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC6B

Black with #CDDC6B

Text Example


Text Example

White with #CDDC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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