Html Css Color HEX #D6C30B Bird Flower

📋 copy color: '#D6C30B'

red 214 ◦ green 195 ◦ blue 11

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

Shades of Bird Flower #D6C30B

Tints of Bird Flower #D6C30B

RGB

 RED value IS 214 (83.98% from 255) = 50.95%

 GREEN value IS 195 (76.56% from 255) = 46.43%

 BLUE value IS 11 (4.69% from 255) = 2.62%

R = 50.95%
G = 46.43%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6C30B (or 0xD6C30B) is known color: Bird Flower. HEX triplet: D6, C3 and 0B. RGB value is (214,195,11). Sum of RGB (Red+Green+Blue) = 214+195+11=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 11 (4.69% from 255 or 2.62% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C30B is #293CF4. Grayscale: #B4B4B4. Windows color (decimal): -2702581 or 771030. OLE color: 771030.

HSL color Cylindrical-coordinate representation of color #D6C30B: hue angle of 54.38º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6C30B is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 195 11 -
CMYK 0 0.09 0.95 0.16
HSL 54.38º 0.9% 0.44% -
HSV(B) 54.38º 0.95% 0.84% -
XYZ 47.31 53.35 8.12 -
YUV 179.71 32.79 152.46 -
System Red Green Blue C M Y K H S L
Decimal 214 195 11 0 0.09 0.95 0.16 54.38 0.9 0.44
Hex D6 C3 B 0 9 5F 10 36 5A 2C
Octal 326 303 13 0 11 137 20 66 132 54
Binary 11010110 11000011 1011 0 1001 1011111 10000 110110 1011010 101100

Color Harmonies of #D6C30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C30B

Black with #D6C30B

Text Example


Text Example

White with #D6C30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C30B; }

 p { color: rgb(214,195,11); }

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

background-color css

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

 a { background-color: rgb(214,195,11); }

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

border-color css

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

 span { border-color: rgb(214,195,11); }

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