Html Css Color HEX #CED567 Goldenrod

📋 copy color: '#CED567'

red 206 ◦ green 213 ◦ blue 103

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

Shades of Goldenrod #CED567

Tints of Goldenrod #CED567

RGB

 RED value IS 206 (80.86% from 255) = 39.46%

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

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

R = 39.46%
G = 40.8%
B = 19.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#CED567 (or 0xCED567) is known color: Goldenrod. HEX triplet: CE, D5 and 67. RGB value is (206,213,103). Sum of RGB (Red+Green+Blue) = 206+213+103=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 103 (40.62% from 255 or 19.73% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #CED567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED567 is #312A98. Grayscale: #C6C6C6. Windows color (decimal): -3222169 or 6804942. OLE color: 6804942.

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

Color convert

RGB 206 213 103 -
CMYK 0.03 0 0.52 0.16
HSL 63.82º 0.57% 0.62% -
HSV(B) 63.82º 0.52% 0.84% -
XYZ 51.7 61.69 22.01 -
YUV 198.37 74.18 133.44 -
System Red Green Blue C M Y K H S L
Decimal 206 213 103 0.03 0 0.52 0.16 63.82 0.57 0.62
Hex CE D5 67 3 0 34 10 40 39 3E
Octal 316 325 147 3 0 64 20 100 71 76
Binary 11001110 11010101 1100111 11 0 110100 10000 1000000 111001 111110

Color Harmonies of #CED567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED567

Black with #CED567

Text Example


Text Example

White with #CED567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED567; }

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

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

background-color css

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

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

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

border-color css

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

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

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