Html Css Color HEX #CFBE1D Bird Flower

📋 copy color: '#CFBE1D'

red 207 ◦ green 190 ◦ blue 29

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

Shades of Bird Flower #CFBE1D

Tints of Bird Flower #CFBE1D

RGB

 RED value IS 207 (81.25% from 255) = 48.59%

 GREEN value IS 190 (74.61% from 255) = 44.6%

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

R = 48.59%
G = 44.6%
B = 6.81%

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

#CFBE1D (or 0xCFBE1D) is known color: Bird Flower. HEX triplet: CF, BE and 1D. RGB value is (207,190,29). Sum of RGB (Red+Green+Blue) = 207+190+29=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 29 (11.72% from 255 or 6.81% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBE1D is #3041E2. Grayscale: #B1B1B1. Windows color (decimal): -3162595 or 1949391. OLE color: 1949391.

HSL color Cylindrical-coordinate representation of color #CFBE1D: hue angle of 54.27º 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 #CFBE1D is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 190 29 -
CMYK 0 0.08 0.86 0.19
HSL 54.27º 0.75% 0.46% -
HSV(B) 54.27º 0.86% 0.81% -
XYZ 44.37 50.18 8.51 -
YUV 176.73 44.63 149.59 -
System Red Green Blue C M Y K H S L
Decimal 207 190 29 0 0.08 0.86 0.19 54.27 0.75 0.46
Hex CF BE 1D 0 8 56 13 36 4B 2E
Octal 317 276 35 0 10 126 23 66 113 56
Binary 11001111 10111110 11101 0 1000 1010110 10011 110110 1001011 101110

Color Harmonies of #CFBE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE1D

Black with #CFBE1D

Text Example


Text Example

White with #CFBE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE1D; }

 p { color: rgb(207,190,29); }

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

background-color css

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

 a { background-color: rgb(207,190,29); }

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

border-color css

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

 span { border-color: rgb(207,190,29); }

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