Html Css Color HEX #CDCD6B Goldenrod

📋 copy color: '#CDCD6B'

red 205 ◦ green 205 ◦ blue 107

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

Shades of Goldenrod #CDCD6B

Tints of Goldenrod #CDCD6B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.65%

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

R = 39.65%
G = 39.65%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CDCD6B (or 0xCDCD6B) is known color: Goldenrod. HEX triplet: CD, CD and 6B. RGB value is (205,205,107). Sum of RGB (Red+Green+Blue) = 205+205+107=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 107 (42.19% from 255 or 20.70% from 517); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCD6B is #323294. Grayscale: #C2C2C2. Windows color (decimal): -3289749 or 7065037. OLE color: 7065037.

HSL color Cylindrical-coordinate representation of color #CDCD6B: hue angle of 60º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDCD6B is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 205 107 -
CMYK 0 0 0.48 0.20
HSL 60º 0.49% 0.61% -
HSV(B) 60º 0.48% 0.8% -
XYZ 49.66 57.7 22.43 -
YUV 193.83 79 135.97 -
System Red Green Blue C M Y K H S L
Decimal 205 205 107 0 0 0.48 0.20 60 0.49 0.61
Hex CD CD 6B 0 0 30 14 3C 31 3D
Octal 315 315 153 0 0 60 24 74 61 75
Binary 11001101 11001101 1101011 0 0 110000 10100 111100 110001 111101

Color Harmonies of #CDCD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCD6B

Black with #CDCD6B

Text Example


Text Example

White with #CDCD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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