Html Css Color HEX #CDD567 Goldenrod

📋 copy color: '#CDD567'

red 205 ◦ green 213 ◦ blue 103

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

Shades of Goldenrod #CDD567

Tints of Goldenrod #CDD567

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.88%

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

R = 39.35%
G = 40.88%
B = 19.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#CDD567 (or 0xCDD567) is known color: Goldenrod. HEX triplet: CD, D5 and 67. RGB value is (205,213,103). Sum of RGB (Red+Green+Blue) = 205+213+103=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 213 (83.59% from 255 or 40.88% from 521); Blue value is 103 (40.62% from 255 or 19.77% from 521); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD567 is #322A98. Grayscale: #C6C6C6. Windows color (decimal): -3287705 or 6804941. OLE color: 6804941.

HSL color Cylindrical-coordinate representation of color #CDD567: hue angle of 64.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDD567 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 213 103 -
CMYK 0.04 0 0.52 0.16
HSL 64.36º 0.57% 0.62% -
HSV(B) 64.36º 0.52% 0.84% -
XYZ 51.42 61.55 22 -
YUV 198.07 74.35 132.94 -
System Red Green Blue C M Y K H S L
Decimal 205 213 103 0.04 0 0.52 0.16 64.36 0.57 0.62
Hex CD D5 67 4 0 34 10 40 39 3E
Octal 315 325 147 4 0 64 20 100 71 76
Binary 11001101 11010101 1100111 100 0 110100 10000 1000000 111001 111110

Color Harmonies of #CDD567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD567

Black with #CDD567

Text Example


Text Example

White with #CDD567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD567; }

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

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

background-color css

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

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

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

border-color css

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

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

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