Html Css Color HEX #D7CB00 Bird Flower

📋 copy color: '#D7CB00'

red 215 ◦ green 203 ◦ blue 0

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

Shades of Bird Flower #D7CB00

Tints of Bird Flower #D7CB00

RGB

 RED value IS 215 (84.38% from 255) = 51.44%

 GREEN value IS 203 (79.69% from 255) = 48.56%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.44%
G = 48.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D7CB00 (or 0xD7CB00) is known color: Bird Flower. HEX triplet: D7, CB and 00. RGB value is (215,203,0). Sum of RGB (Red+Green+Blue) = 215+203+0=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7CB00 is #2834FF. Grayscale: #B8B8B8. Windows color (decimal): -2635008 or 52183. OLE color: 52183.

HSL color Cylindrical-coordinate representation of color #D7CB00: hue angle of 56.65º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7CB00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 203 0 -
CMYK 0 0.06 1 0.16
HSL 56.65º 1% 0.42% -
HSV(B) 56.65º 1% 0.84% -
XYZ 49.38 57.16 8.43 -
YUV 183.45 24.48 150.51 -
System Red Green Blue C M Y K H S L
Decimal 215 203 0 0 0.06 1 0.16 56.65 1 0.42
Hex D7 CB 0 0 6 64 10 39 64 2A
Octal 327 313 0 0 6 144 20 71 144 52
Binary 11010111 11001011 0 0 110 1100100 10000 111001 1100100 101010

Color Harmonies of #D7CB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CB00

Black with #D7CB00

Text Example


Text Example

White with #D7CB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CB00; }

 p { color: rgb(215,203,0); }

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

background-color css

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

 a { background-color: rgb(215,203,0); }

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

border-color css

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

 span { border-color: rgb(215,203,0); }

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