Html Css Color HEX #CEBD1D Bird Flower

📋 copy color: '#CEBD1D'

red 206 ◦ green 189 ◦ blue 29

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

Shades of Bird Flower #CEBD1D

Tints of Bird Flower #CEBD1D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.58%

 BLUE value IS 29 (11.72% from 255) = 6.84%

R = 48.58%
G = 44.58%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CEBD1D (or 0xCEBD1D) is known color: Bird Flower. HEX triplet: CE, BD and 1D. RGB value is (206,189,29). Sum of RGB (Red+Green+Blue) = 206+189+29=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 29 (11.72% from 255 or 6.84% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBD1D is #3142E2. Grayscale: #B0B0B0. Windows color (decimal): -3228387 or 1949134. OLE color: 1949134.

HSL color Cylindrical-coordinate representation of color #CEBD1D: hue angle of 54.24º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEBD1D is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 189 29 -
CMYK 0 0.08 0.86 0.19
HSL 54.24º 0.75% 0.46% -
HSV(B) 54.24º 0.86% 0.81% -
XYZ 43.87 49.61 8.42 -
YUV 175.84 45.13 149.51 -
System Red Green Blue C M Y K H S L
Decimal 206 189 29 0 0.08 0.86 0.19 54.24 0.75 0.46
Hex CE BD 1D 0 8 56 13 36 4B 2E
Octal 316 275 35 0 10 126 23 66 113 56
Binary 11001110 10111101 11101 0 1000 1010110 10011 110110 1001011 101110

Color Harmonies of #CEBD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBD1D

Black with #CEBD1D

Text Example


Text Example

White with #CEBD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBD1D; }

 p { color: rgb(206,189,29); }

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

background-color css

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

 a { background-color: rgb(206,189,29); }

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

border-color css

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

 span { border-color: rgb(206,189,29); }

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