Html Css Color HEX #CDA405 Gamboge

📋 copy color: '#CDA405'

red 205 ◦ green 164 ◦ blue 5

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

Shades of Gamboge #CDA405

Tints of Gamboge #CDA405

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.85%

 BLUE value IS 5 (2.34% from 255) = 1.34%

R = 54.81%
G = 43.85%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CDA405 (or 0xCDA405) is known color: Gamboge. HEX triplet: CD, A4 and 05. RGB value is (205,164,5). Sum of RGB (Red+Green+Blue) = 205+164+5=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 5 (2.34% from 255 or 1.34% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA405 is #325BFA. Grayscale: #9E9E9E. Windows color (decimal): -3300347 or 369869. OLE color: 369869.

HSL color Cylindrical-coordinate representation of color #CDA405: hue angle of 47.7º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDA405 is Cyan = 0, Magento = 0.2, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 164 5 -
CMYK 0 0.2 0.98 0.20
HSL 47.7º 0.95% 0.41% -
HSV(B) 47.7º 0.98% 0.8% -
XYZ 38.48 39.54 5.75 -
YUV 158.13 41.58 161.43 -
System Red Green Blue C M Y K H S L
Decimal 205 164 5 0 0.2 0.98 0.20 47.7 0.95 0.41
Hex CD A4 5 0 14 62 14 30 5F 29
Octal 315 244 5 0 24 142 24 60 137 51
Binary 11001101 10100100 101 0 10100 1100010 10100 110000 1011111 101001

Color Harmonies of #CDA405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA405

Black with #CDA405

Text Example


Text Example

White with #CDA405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA405; }

 p { color: rgb(205,164,5); }

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

background-color css

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

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

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

border-color css

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

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

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