Html Css Color HEX #CDDC67 Goldenrod

📋 copy color: '#CDDC67'

red 205 ◦ green 220 ◦ blue 103

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

Shades of Goldenrod #CDDC67

Tints of Goldenrod #CDDC67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.51%

R = 38.83%
G = 41.67%
B = 19.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#CDDC67 (or 0xCDDC67) is known color: Goldenrod. HEX triplet: CD, DC and 67. RGB value is (205,220,103). Sum of RGB (Red+Green+Blue) = 205+220+103=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 103 (40.62% from 255 or 19.51% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC67 is #322398. Grayscale: #CACACA. Windows color (decimal): -3285913 or 6806733. OLE color: 6806733.

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

Color convert

RGB 205 220 103 -
CMYK 0.07 0 0.53 0.14
HSL 67.69º 0.63% 0.63% -
HSV(B) 67.69º 0.53% 0.86% -
XYZ 53.22 65.14 22.6 -
YUV 202.18 72.03 130.01 -
System Red Green Blue C M Y K H S L
Decimal 205 220 103 0.07 0 0.53 0.14 67.69 0.63 0.63
Hex CD DC 67 7 0 35 E 44 3F 3F
Octal 315 334 147 7 0 65 16 104 77 77
Binary 11001101 11011100 1100111 111 0 110101 1110 1000100 111111 111111

Color Harmonies of #CDDC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC67

Black with #CDDC67

Text Example


Text Example

White with #CDDC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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