Html Css Color HEX #CDD767 Goldenrod

📋 copy color: '#CDD767'

red 205 ◦ green 215 ◦ blue 103

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

Shades of Goldenrod #CDD767

Tints of Goldenrod #CDD767

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.11%

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

R = 39.2%
G = 41.11%
B = 19.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#CDD767 (or 0xCDD767) is known color: Goldenrod. HEX triplet: CD, D7 and 67. RGB value is (205,215,103). Sum of RGB (Red+Green+Blue) = 205+215+103=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 103 (40.62% from 255 or 19.69% from 523); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD767 is #322898. Grayscale: #C7C7C7. Windows color (decimal): -3287193 or 6805453. OLE color: 6805453.

HSL color Cylindrical-coordinate representation of color #CDD767: hue angle of 65.36º degrees, saturation: 0.58, 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 #CDD767 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 215 103 -
CMYK 0.05 0 0.52 0.16
HSL 65.36º 0.58% 0.62% -
HSV(B) 65.36º 0.52% 0.84% -
XYZ 51.93 62.56 22.17 -
YUV 199.24 73.69 132.11 -
System Red Green Blue C M Y K H S L
Decimal 205 215 103 0.05 0 0.52 0.16 65.36 0.58 0.62
Hex CD D7 67 5 0 34 10 41 3A 3E
Octal 315 327 147 5 0 64 20 101 72 76
Binary 11001101 11010111 1100111 101 0 110100 10000 1000001 111010 111110

Color Harmonies of #CDD767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD767

Black with #CDD767

Text Example


Text Example

White with #CDD767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD767; }

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

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

background-color css

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

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

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

border-color css

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

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

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