Html Css Color HEX #D5CA08 Bird Flower

📋 copy color: '#D5CA08'

red 213 ◦ green 202 ◦ blue 8

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

Shades of Bird Flower #D5CA08

Tints of Bird Flower #D5CA08

RGB

 RED value IS 213 (83.59% from 255) = 50.35%

 GREEN value IS 202 (79.3% from 255) = 47.75%

 BLUE value IS 8 (3.52% from 255) = 1.89%

R = 50.35%
G = 47.75%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D5CA08 (or 0xD5CA08) is known color: Bird Flower. HEX triplet: D5, CA and 08. RGB value is (213,202,8). Sum of RGB (Red+Green+Blue) = 213+202+8=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 8 (3.52% from 255 or 1.89% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CA08 is #2A35F7. Grayscale: #B7B7B7. Windows color (decimal): -2766328 or 576213. OLE color: 576213.

HSL color Cylindrical-coordinate representation of color #D5CA08: hue angle of 56.78º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5CA08 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 202 8 -
CMYK 0 0.05 0.96 0.16
HSL 56.78º 0.93% 0.43% -
HSV(B) 56.78º 0.96% 0.84% -
XYZ 48.6 56.4 8.56 -
YUV 183.17 29.14 149.27 -
System Red Green Blue C M Y K H S L
Decimal 213 202 8 0 0.05 0.96 0.16 56.78 0.93 0.43
Hex D5 CA 8 0 5 60 10 39 5D 2B
Octal 325 312 10 0 5 140 20 71 135 53
Binary 11010101 11001010 1000 0 101 1100000 10000 111001 1011101 101011

Color Harmonies of #D5CA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA08

Black with #D5CA08

Text Example


Text Example

White with #D5CA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA08; }

 p { color: rgb(213,202,8); }

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

background-color css

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

 a { background-color: rgb(213,202,8); }

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

border-color css

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

 span { border-color: rgb(213,202,8); }

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